home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / trionbbs100.lha / Trion / cfg / questionair.cfg < prev    next >
Text File  |  1995-05-06  |  1KB  |  60 lines

  1. ;
  2. ;Examples  (2 types possible, Multiple choice And text)
  3. ;
  4. ;Note , QuestionID is a Unique number so you can add questions later
  5. ;       and only the unanswered questions will be asked.
  6. ;       Start a question with a QuestionID: line and end it with the
  7. ;       Question: line.
  8. ;
  9. ;QuestionID:  1          ;(1-255) 
  10. ;Type:        Multi      ;field optional, options (text,multi), default: text
  11. ;Options:     3          ;field optional, default: 2
  12. ;Question:
  13. ;Are you male or female ?
  14. ;Male
  15. ;Female
  16. ;I Dunno
  17. ;
  18. ;
  19. ;QuestionID:  2          ;(1-255) 
  20. ;Type:        Text       ;field optional, options (text,multi), default: text
  21. ;Mandatory               ;field optional, Users have to answer with this.
  22. ;Lines:       4          ;field optional, default: 1
  23. ;Question:
  24. ;Tell me about your computer equipment ?
  25. ;
  26.  
  27.  
  28.  
  29.  
  30.  
  31. QuestionID:  1
  32. Type:        Text
  33. Mandatory
  34. Lines:       1
  35. Question:
  36. When were you born ?
  37.  
  38.  
  39.  
  40. QuestionID:  2
  41. Type:        Multi
  42. Options:     3
  43. Question:
  44. Are you male or female ?
  45. Male
  46. Female
  47. I Dunno
  48.  
  49.  
  50.  
  51. QuestionID:  3
  52. Type:        Text
  53. Mandatory
  54. Lines:       4
  55. Question:
  56. Tell me about your computer equipment (4 lines) ?
  57.  
  58.  
  59.  
  60.